• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Selecting from MySQL's "FULL PROCESSLIST"Edit

Created 1/30/2012, updated 5/18/2017

Starting with MySQL 5.1.7 you can do:

SELECT * FROM information_schema.PROCESSLIST;

You can apply a where clause or any other clause legal in a SELECT statement.

  • mysql
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).